Welcome![Sign In][Sign Up]
Location:
Search - keyboard mouse hook

Search list

[Hook apiMouseKeyboardRecord

Description: 使用了系统record Hook可以记录所有鼠标和键盘动作,并可以回放出来,而且可以一步一步的回放-use of the system can record Hook records all keyboard and mouse movements, and can playback, and it can be one of the intervals
Platform: | Size: 25600 | Author: 刘硕 | Hits:

[Button controlkeyboard

Description: 这是一个用Windows API写的屏幕键盘。是很好的编程参考代码。 程序里面有两点新东东:Button的Subclassing,同时自己处理鼠标点击消息; 鼠标的钩子函数-This is a Windows API to write the screen keyboard. Programming is a good reference source. Inside there are two new Wanton : Button Subclassing, while their own mouse clicks news; The hook function mouse
Platform: | Size: 13312 | Author: 胡东 | Hits:

[Hook apiWindowsAPIhook

Description: Windows系统钩子编程示例,包括鼠标、键盘的系统钩子!-Windows Hook programming examples, including the mouse, keyboard system hook!
Platform: | Size: 175104 | Author: 杨先生 | Hits:

[Windows Developkeyborad

Description: hook技术实现的拦IE截键盘密码的程序 程序中用到了两个钩子:鼠标钩子和键盘钩子-hook technology to achieve the bar closed IE keyboard passwords Procedure names of the two hook : mouse and keyboard hook hook
Platform: | Size: 2424832 | Author: 卫锋 | Hits:

[Hook apiLLKMHook

Description: 低级键盘鼠标钩子范例 关于钩子的例程网上很多; 而关于低级键盘鼠标钩子的例子却很少-low-level keyboard and mouse paradigm hook on the hook routines many online; junior keyboard and mouse on the hook few examples
Platform: | Size: 184320 | Author: 真实 | Hits:

[Hook apiMouseHookandKeyBoardHook

Description: 鼠标钩子:记录当前窗口的句柄来判断鼠标是否离开窗口边界,并将鼠标位置处的窗口名称实时地显示出来. 键盘钩子:捕获用户键盘消息并利用消息框进行显示.-mouse hook : a record current window handle to determine whether the mouse left window border, and the location of the mouse window title is displayed in real-time. keyboard hook : Keyboard users capture information and use information to frame the display.
Platform: | Size: 181248 | Author: 李宇亮 | Hits:

[Hook apivc_jiqiaoshili_part5

Description: Visual.C++程序设计技巧与实例--配套光盘 第5章 消息映射与处理 本章共8个实例: 1. Mouse鼠标消息示例 2. KeyBoard键盘消息示例 3. Sender_Reveiver利用消息来实现内部进程通信 4. MouseHook鼠标钩子示例 5. SubClass通过子分类来重定向消息 6. SuperClass超分类示例 7. Test重载OnCmdMsg来截获和重定向消息 8. CmdFun使用命令范围来映射消息-Visual.C program design techniques and examples-- matching CD Chapter 5 news mapping and processing a total of this chapter 8 examples : 1. Mouse Mouse news two examples. Keyboard news KeyBoard three examples. Sender_Re veiver use of information to achieve internal process communication 4. MouseHook mouse hook examples 5. Su bClass adopted son classified information to redirect 6. SuperClass-seven examples of classification. Test Heavy OnCmdMsg to intercept and redirect news 8. CmdFun scope order to use mapping information
Platform: | Size: 475136 | Author: xixi | Hits:

[Hook apiHOOK

Description: 键盘鼠标钩子源代码,DLL,可以任何程序挂上就可以用,可用与记录键盘信息-keyboard and mouse hook source code, DLL, can be displayed on any procedure can be used, the available information and records keyboard
Platform: | Size: 6144 | Author: nimingzi | Hits:

[Hook apiHook

Description: 设置Hook鼠标和键盘钩子,实现对窗口消息的截获,是通过调用dll实现的-Hook set up the mouse and keyboard hooks realize intercepted messages to the window is realized by calling the dll
Platform: | Size: 1814528 | Author: 田鼠爱布它 | Hits:

[Hook apiMouseKeyHook

Description: 消息钩子源码(SetWindowsHookEx)-拦截鼠标和键盘消息的示例程序-News source hook (SetWindowsHookEx)- intercept the mouse and keyboard messages sample procedures
Platform: | Size: 47104 | Author: open | Hits:

[Hook apihook

Description: 在VC++6.0下编写的一个简单钩子程序,可以锁定键盘鼠标,我采用了最简单的编写,希望给初学者很好的帮助,F2+F9 可以解除锁定-In VC++ 6.0 prepared with a simple hook procedure, you can lock keyboard and mouse, I used the most simple to prepare, good for beginners who want to give help, F2+ F9 can unlock
Platform: | Size: 39936 | Author: wang ping | Hits:

[Hook apilowlevelhook

Description: C++全局鼠标钩子,调用WinAPI,生成DLL文件-C++ Global mouse hook, call the WinAPI, generate DLL files
Platform: | Size: 55296 | Author: | Hits:

[Hook apimouseapihook

Description: 键盘、鼠标等硬件的应用程序,利用系统的钩子截获相关数据的程序-Keyboard, mouse and other hardware applications, the use of the system hook intercepted data procedures
Platform: | Size: 249856 | Author: zhu | Hits:

[Hook apiWindowsHookLib_Source_Files

Description: Hooking DLL. Windows hook library. Keyboard, mouse, journal hooking etc.
Platform: | Size: 149504 | Author: selamicik | Hits:

[Hook apimouse

Description: 采用钩子原理作为基本原理,Delphi作为开发平台,实现鼠标键盘记录和回放-Hook used as a basic principle of principle, Delphi as a development platform, to achieve record and playback keyboard mouse
Platform: | Size: 165888 | Author: | Hits:

[VC/MFCHook

Description: Windows消息在系统及应用程序的运行中起着关键的作用,每一次键盘、鼠标的点击 都会有消息的传递,应用程序通过对消息的响应来实现与用户的交互。钩子(Hook)函数作为Win— dows编程中的一种强有力的工具,可以有效地截获Windows系统内部传递的消息,在消息到达目标窗 1:7的处理函数之前先对消息做出相应处理,从而实现对应用程序的监视与控制。文中描述了Windows 消息的构成,介绍了Hook函数的安装、释放及类型,最后介绍了一个Hook函数实现应用程序操作的 捕捉的实例。-Windows messages in the system and applications running in a critical role to play, every keyboard, mouse clicks, there will be transmission of messages, the application of information in response to realize the interaction with the user. Hook (Hook) function as a Win-dows of a powerful programming tool that can effectively pass intercepted Windows system information in the message window to reach the goal of treatment 1:7 function before treatment of the news and make the corresponding in order to realize the application of surveillance and control. The article describes the Windows message composition, introduction of the Hook function to install, release and type, and finally introduce a function realize Hook applications to capture examples of the operation.
Platform: | Size: 183296 | Author: jiny | Hits:

[Driver DevelopHA-USBVIEW

Description: USB设备检测程序,可检测各种USB设备,包括键盘、鼠标、MP3、各种DC,微软开发的例程。-USB device detection procedures, can detect a variety of USB devices, including keyboard, mouse, MP3, a variety of DC, Microsoft-developed routines.
Platform: | Size: 32768 | Author: gfsuper_2211 | Hits:

[Hook apihook

Description: 键盘勾,包括录制回放,可用做按键精灵,非常好用-Keyboard mouse hook, including the recording playback, can be used to do button wizard, very easy to use
Platform: | Size: 81920 | Author: kevin | Hits:

[CSharpKey-Mouse-Hook

Description: 这个程序提供了C#1.1,2.0,3.5下面的键盘和鼠标钩子,并提供一个模拟键盘和鼠标的示例程序。是不是通过它你就可以开发间谍程序呢?-This procedure provides the following C# 1.1,2.0,3.5 hook the keyboard and mouse, and to provide a simulation example of the keyboard and mouse procedures. Are not through it you can develop spy procedures?
Platform: | Size: 420864 | Author: 林锦祥 | Hits:

[Windows DevelopKey-Mouse-Hook

Description: 基于全局的C#键盘鼠标钩子程序.键盘和鼠标钩子示例程序,里面有VS2005和VS2008两个版本,这些小程序编译时要用到控件。-Based on the overall C# keyboard and mouse hook procedures. The keyboard and mouse hook example programs, which has VS2005 and VS2008 are two versions, these small programs to use to control compile-time.
Platform: | Size: 155648 | Author: 270 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net